func net/textproto.trim
4 uses
net/textproto (current package)
reader.go#L108: func trim(s []byte) []byte {
reader.go#L162: return trim(line), nil
reader.go#L168: r.buf = append(r.buf[:0], trim(line)...)
reader.go#L185: r.buf = append(r.buf, trim(line)...)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)